Autogenerated HTML docs for v2.50.0-rc1 
diff --git a/RelNotes/2.50.0.adoc b/RelNotes/2.50.0.adoc index c3d5dad..95349ea 100644 --- a/RelNotes/2.50.0.adoc +++ b/RelNotes/2.50.0.adoc 
@@ -300,7 +300,7 @@  (merge e7ef4be7c2 mh/left-right-limited later to maint).    * Document the convention to disable hooks altogether by setting the - hooksPath configuration variable to /dev/nulll + hooksPath configuration variable to /dev/null.  (merge 1b2eee94f1 ds/doc-disable-hooks later to maint).    * Make sure outage of third-party sites that supply P4, Git-LFS, and @@ -318,6 +318,7 @@    * Update to arm64 Windows port.  (merge 436a42215e js/windows-arm64 later to maint). +  * hashmap API clean-up to ensure hashmap_clear() leaves a cleared map  in a reusable state.  (merge 9481877de3 en/hashmap-clear-fix later to maint). @@ -351,7 +352,7 @@  (merge 5dbaec628d pw/sequencer-reflog-use-after-free later to maint).    * win+Meson CI pipeline, unlike other pipelines for Windows, - used to build artifacts in develper mode, which has been changed to + used to build artifacts in developer mode, which has been changed to  build them in release mode for consistency.  (merge 184abdcf05 js/ci-build-win-in-release-mode later to maint).   @@ -379,6 +380,15 @@  reverse failed to give the mode bits of the path "removed" by the  patch to the file it creates, which has been corrected.   + * "git verify-refs" (and hence "git fsck --reference") started + erroring out in a repository in which secondary worktrees were + prepared with Git 2.43 or lower. + (merge d5b3c38b8a sj/ref-contents-check-fix later to maint). + + * Update total_ram() functrion on BSD variants. + + * Update online_cpus() functrion on BSD variants. +  * Other code cleanup, docfix, build fix, etc.  (merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).  (merge 2bfd3b3685 ab/decorate-code-cleanup later to maint). 
diff --git a/SubmittingPatches.html b/SubmittingPatches.html index be60aa7..aba8ef9 100644 --- a/SubmittingPatches.html +++ b/SubmittingPatches.html 
@@ -1584,7 +1584,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:53:48 -0700 +Last updated 2025-06-03 09:25:33 -0700  </div>  </div>  </body> 
diff --git a/git-column.adoc b/git-column.adoc index 5a4f2b6..8e00472 100644 --- a/git-column.adoc +++ b/git-column.adoc 
@@ -50,7 +50,7 @@  --------    Format data by columns: -+ +  ------------  $ seq 1 24 | git column --mode=column --padding=5  1 4 7 10 13 16 19 22 @@ -59,7 +59,7 @@  ------------    Format data by rows: -+ +  ------------  $ seq 1 21 | git column --mode=row --padding=5  1 2 3 4 5 6 7 @@ -68,7 +68,7 @@  ------------    List some tags in a table with unequal column widths: -+ +  ------------  $ git tag --list 'v2.4.*' --column=row,dense  v2.4.0 v2.4.0-rc0 v2.4.0-rc1 v2.4.0-rc2 v2.4.0-rc3 
diff --git a/git-column.html b/git-column.html index 17c48e0..4811c5d 100644 --- a/git-column.html +++ b/git-column.html 
@@ -516,9 +516,6 @@  <div class="paragraph">  <p>Format data by columns:</p>  </div> -<div class="paragraph"> -<p>+</p> -</div>  <div class="listingblock">  <div class="content">  <pre>$ seq 1 24 | git column --mode=column --padding=5 @@ -530,9 +527,6 @@  <div class="paragraph">  <p>Format data by rows:</p>  </div> -<div class="paragraph"> -<p>+</p> -</div>  <div class="listingblock">  <div class="content">  <pre>$ seq 1 21 | git column --mode=row --padding=5 @@ -544,9 +538,6 @@  <div class="paragraph">  <p>List some tags in a table with unequal column widths:</p>  </div> -<div class="paragraph"> -<p>+</p> -</div>  <div class="listingblock">  <div class="content">  <pre>$ git tag --list 'v2.4.*' --column=row,dense @@ -678,7 +669,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-03-26 00:41:02 -0700 +Last updated 2025-06-03 09:25:29 -0700  </div>  </div>  </body> 
diff --git a/howto-index.html b/howto-index.html index b9513eb..5e3c657 100644 --- a/howto-index.html +++ b/howto-index.html 
@@ -622,7 +622,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:53:48 -0700 +Last updated 2025-06-03 09:25:33 -0700  </div>  </div>  </body> 
diff --git a/howto/coordinate-embargoed-releases.html b/howto/coordinate-embargoed-releases.html index ad1f621..6c079f2 100644 --- a/howto/coordinate-embargoed-releases.html +++ b/howto/coordinate-embargoed-releases.html 
@@ -736,7 +736,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:54:22 -0700 +Last updated 2025-06-03 09:26:11 -0700  </div>  </div>  </body> 
diff --git a/howto/keep-canonical-history-correct.html b/howto/keep-canonical-history-correct.html index c6748f7..493beb4 100644 --- a/howto/keep-canonical-history-correct.html +++ b/howto/keep-canonical-history-correct.html 
@@ -703,7 +703,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:54:21 -0700 +Last updated 2025-06-03 09:26:10 -0700  </div>  </div>  </body> 
diff --git a/howto/maintain-git.html b/howto/maintain-git.html index a08245e..17e1c04 100644 --- a/howto/maintain-git.html +++ b/howto/maintain-git.html 
@@ -1324,7 +1324,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:54:21 -0700 +Last updated 2025-06-03 09:26:10 -0700  </div>  </div>  </body> 
diff --git a/howto/new-command.html b/howto/new-command.html index 75d16ff..e054ae4 100644 --- a/howto/new-command.html +++ b/howto/new-command.html 
@@ -582,7 +582,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:54:19 -0700 +Last updated 2025-06-03 09:26:08 -0700  </div>  </div>  </body> 
diff --git a/howto/rebase-from-internal-branch.html b/howto/rebase-from-internal-branch.html index cdd93a3..d54803c 100644 --- a/howto/rebase-from-internal-branch.html +++ b/howto/rebase-from-internal-branch.html 
@@ -654,7 +654,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:54:21 -0700 +Last updated 2025-06-03 09:26:10 -0700  </div>  </div>  </body> 
diff --git a/howto/rebuild-from-update-hook.html b/howto/rebuild-from-update-hook.html index bbffaf1..fa7f8f6 100644 --- a/howto/rebuild-from-update-hook.html +++ b/howto/rebuild-from-update-hook.html 
@@ -561,7 +561,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:54:21 -0700 +Last updated 2025-06-03 09:26:10 -0700  </div>  </div>  </body> 
diff --git a/howto/recover-corrupted-blob-object.html b/howto/recover-corrupted-blob-object.html index 9908935..baa5599 100644 --- a/howto/recover-corrupted-blob-object.html +++ b/howto/recover-corrupted-blob-object.html 
@@ -639,7 +639,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:54:20 -0700 +Last updated 2025-06-03 09:26:10 -0700  </div>  </div>  </body> 
diff --git a/howto/recover-corrupted-object-harder.html b/howto/recover-corrupted-object-harder.html index cfedf04..0cc2bba 100644 --- a/howto/recover-corrupted-object-harder.html +++ b/howto/recover-corrupted-object-harder.html 
@@ -965,7 +965,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:54:21 -0700 +Last updated 2025-06-03 09:26:10 -0700  </div>  </div>  </body> 
diff --git a/howto/revert-a-faulty-merge.html b/howto/revert-a-faulty-merge.html index b74fa8b..3662f45 100644 --- a/howto/revert-a-faulty-merge.html +++ b/howto/revert-a-faulty-merge.html 
@@ -827,7 +827,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:54:20 -0700 +Last updated 2025-06-03 09:26:10 -0700  </div>  </div>  </body> 
diff --git a/howto/revert-branch-rebase.html b/howto/revert-branch-rebase.html index 71d7e00..699c4ce 100644 --- a/howto/revert-branch-rebase.html +++ b/howto/revert-branch-rebase.html 
@@ -647,7 +647,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:54:19 -0700 +Last updated 2025-06-03 09:26:09 -0700  </div>  </div>  </body> 
diff --git a/howto/separating-topic-branches.html b/howto/separating-topic-branches.html index 2fb1a48..3c3929b 100644 --- a/howto/separating-topic-branches.html +++ b/howto/separating-topic-branches.html 
@@ -566,7 +566,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:54:20 -0700 +Last updated 2025-06-03 09:26:10 -0700  </div>  </div>  </body> 
diff --git a/howto/setup-git-server-over-http.html b/howto/setup-git-server-over-http.html index 60791f8..46666de 100644 --- a/howto/setup-git-server-over-http.html +++ b/howto/setup-git-server-over-http.html 
@@ -880,7 +880,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:54:20 -0700 +Last updated 2025-06-03 09:26:09 -0700  </div>  </div>  </body> 
diff --git a/howto/update-hook-example.html b/howto/update-hook-example.html index b3f7c1f..43470ca 100644 --- a/howto/update-hook-example.html +++ b/howto/update-hook-example.html 
@@ -646,7 +646,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:54:20 -0700 +Last updated 2025-06-03 09:26:09 -0700  </div>  </div>  </body> 
diff --git a/howto/use-git-daemon.html b/howto/use-git-daemon.html index da4c59b..070e3d4 100644 --- a/howto/use-git-daemon.html +++ b/howto/use-git-daemon.html 
@@ -522,7 +522,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:54:19 -0700 +Last updated 2025-06-03 09:26:09 -0700  </div>  </div>  </body> 
diff --git a/howto/using-merge-subtree.html b/howto/using-merge-subtree.html index 1c049c9..dca6e03 100644 --- a/howto/using-merge-subtree.html +++ b/howto/using-merge-subtree.html 
@@ -552,7 +552,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:54:19 -0700 +Last updated 2025-06-03 09:26:09 -0700  </div>  </div>  </body> 
diff --git a/howto/using-signed-tag-in-pull-request.html b/howto/using-signed-tag-in-pull-request.html index 6a67450..75b3f80 100644 --- a/howto/using-signed-tag-in-pull-request.html +++ b/howto/using-signed-tag-in-pull-request.html 
@@ -710,7 +710,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:54:19 -0700 +Last updated 2025-06-03 09:26:09 -0700  </div>  </div>  </body> 
diff --git a/technical/api-index.html b/technical/api-index.html index cf9dfe9..ee5c4ac 100644 --- a/technical/api-index.html +++ b/technical/api-index.html 
@@ -468,7 +468,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-28 08:53:50 -0700 +Last updated 2025-06-03 09:25:36 -0700  </div>  </div>  </body>